Html Css Color HEX #BD4FCB Medium Orchid

📋 copy color: '#BD4FCB'

red 189 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #BD4FCB

Tints of Medium Orchid #BD4FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.77%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 40.13%
G = 16.77%
B = 43.1%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD4FCB (or 0xBD4FCB) is known color: Medium Orchid. HEX triplet: BD, 4F and CB. RGB value is (189,79,203). Sum of RGB (Red+Green+Blue) = 189+79+203=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FCB is #42B034. Grayscale: #7D7D7D. Windows color (decimal): -4370485 or 13324221. OLE color: 13324221.

HSL color Cylindrical-coordinate representation of color #BD4FCB: hue angle of 293.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4FCB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 79 203 -
CMYK 0.07 0.61 0 0.20
HSL 293.23º 0.54% 0.55% -
HSV(B) 293.23º 0.61% 0.8% -
XYZ 34.56 20.72 58.68 -
YUV 126.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 189 79 203 0.07 0.61 0 0.20 293.23 0.54 0.55
Hex BD 4F CB 7 3D 0 14 125 36 37
Octal 275 117 313 7 75 0 24 445 66 67
Binary 10111101 1001111 11001011 111 111101 0 10100 100100101 110110 110111

Color Harmonies of #BD4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FCB

Black with #BD4FCB

Text Example


Text Example

White with #BD4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FCB; }

 p { color: rgb(189,79,203); }

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

background-color css

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

 a { background-color: rgb(189,79,203); }

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

border-color css

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

 span { border-color: rgb(189,79,203); }

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