Html Css Color HEX #BD4BFF Medium Orchid

📋 copy color: '#BD4BFF'

red 189 ◦ green 75 ◦ blue 255

#BD4BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD4BFF

Tints of Medium Orchid #BD4BFF

RGB

 RED value IS 189 (74.22% from 255) = 36.42%

 GREEN value IS 75 (29.69% from 255) = 14.45%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 36.42%
G = 14.45%
B = 49.13%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD4BFF (or 0xBD4BFF) is known color: Medium Orchid. HEX triplet: BD, 4B and FF. RGB value is (189,75,255). Sum of RGB (Red+Green+Blue) = 189+75+255=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BFF is #42B400. Grayscale: #818181. Windows color (decimal): -4371457 or 16731069. OLE color: 16731069.

HSL color Cylindrical-coordinate representation of color #BD4BFF: hue angle of 278º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4BFF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 75 255 -
CMYK 0.26 0.71 0 0
HSL 278º 1% 0.65% -
HSV(B) 278º 0.71% 1% -
XYZ 41.55 23.07 96.87 -
YUV 129.61 198.77 170.36 -
System Red Green Blue C M Y K H S L
Decimal 189 75 255 0.26 0.71 0 0 278 1 0.65
Hex BD 4B FF 1A 47 0 0 116 64 41
Octal 275 113 377 32 107 0 0 426 144 101
Binary 10111101 1001011 11111111 11010 1000111 0 0 100010110 1100100 1000001

Color Harmonies of #BD4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BFF

Black with #BD4BFF

Text Example


Text Example

White with #BD4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BFF; }

 p { color: rgb(189,75,255); }

 H1.HeaderClassName
 {
   color: #BD4BFF;
 }
 .AnyTagClassName
 {
   color: #BD4BFF;
 }
</style>

background-color css

<style>
 a { background-color: #BD4BFF; }

 a { background-color: rgb(189,75,255); }

 div.DivClassName
 {
   background-color: #BD4BFF;
 }
 .BgClassName
 {
   background-color: #BD4BFF;
 }
</style>

border-color css

<style>
 span { border-color: #BD4BFF; }

 span { border-color: rgb(189,75,255); }

 td.TdClassName
 {
   border-color: #BD4BFF;
 }
 .TagClassName
 {
   border-color: #BD4BFF;
 }
</style>