Html Css Color HEX #BD62CA Medium Orchid

📋 copy color: '#BD62CA'

red 189 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #BD62CA

Tints of Medium Orchid #BD62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 38.65%
G = 20.04%
B = 41.31%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD62CA (or 0xBD62CA) is known color: Medium Orchid. HEX triplet: BD, 62 and CA. RGB value is (189,98,202). Sum of RGB (Red+Green+Blue) = 189+98+202=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62CA is #429D35. Grayscale: #888888. Windows color (decimal): -4365622 or 13263549. OLE color: 13263549.

HSL color Cylindrical-coordinate representation of color #BD62CA: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD62CA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 98 202 -
CMYK 0.06 0.51 0 0.21
HSL 292.5º 0.5% 0.59% -
HSV(B) 292.5º 0.51% 0.79% -
XYZ 36.01 23.82 58.58 -
YUV 137.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 189 98 202 0.06 0.51 0 0.21 292.5 0.5 0.59
Hex BD 62 CA 6 33 0 15 124 32 3B
Octal 275 142 312 6 63 0 25 444 62 73
Binary 10111101 1100010 11001010 110 110011 0 10101 100100100 110010 111011

Color Harmonies of #BD62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62CA

Black with #BD62CA

Text Example


Text Example

White with #BD62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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