Html Css Color HEX #BD62CB Medium Orchid

📋 copy color: '#BD62CB'

red 189 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #BD62CB

Tints of Medium Orchid #BD62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

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

R = 38.57%
G = 20%
B = 41.43%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD62CB (or 0xBD62CB) is known color: Medium Orchid. HEX triplet: BD, 62 and CB. RGB value is (189,98,203). Sum of RGB (Red+Green+Blue) = 189+98+203=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62CB is #429D34. Grayscale: #888888. Windows color (decimal): -4365621 or 13329085. OLE color: 13329085.

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

Color convert

RGB 189 98 203 -
CMYK 0.07 0.52 0 0.20
HSL 292º 0.5% 0.59% -
HSV(B) 292º 0.52% 0.8% -
XYZ 36.13 23.87 59.2 -
YUV 137.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 189 98 203 0.07 0.52 0 0.20 292 0.5 0.59
Hex BD 62 CB 7 34 0 14 124 32 3B
Octal 275 142 313 7 64 0 24 444 62 73
Binary 10111101 1100010 11001011 111 110100 0 10100 100100100 110010 111011

Color Harmonies of #BD62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62CB

Black with #BD62CB

Text Example


Text Example

White with #BD62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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