Html Css Color HEX #BD5FCB Medium Orchid

📋 copy color: '#BD5FCB'

red 189 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #BD5FCB

Tints of Medium Orchid #BD5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

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

R = 38.81%
G = 19.51%
B = 41.68%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD5FCB (or 0xBD5FCB) is known color: Medium Orchid. HEX triplet: BD, 5F and CB. RGB value is (189,95,203). Sum of RGB (Red+Green+Blue) = 189+95+203=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FCB is #42A034. Grayscale: #878787. Windows color (decimal): -4366389 or 13328317. OLE color: 13328317.

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

Color convert

RGB 189 95 203 -
CMYK 0.07 0.53 0 0.20
HSL 292.22º 0.51% 0.58% -
HSV(B) 292.22º 0.53% 0.8% -
XYZ 35.86 23.32 59.11 -
YUV 135.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 189 95 203 0.07 0.53 0 0.20 292.22 0.51 0.58
Hex BD 5F CB 7 35 0 14 124 33 3A
Octal 275 137 313 7 65 0 24 444 63 72
Binary 10111101 1011111 11001011 111 110101 0 10100 100100100 110011 111010

Color Harmonies of #BD5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FCB

Black with #BD5FCB

Text Example


Text Example

White with #BD5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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