Html Css Color HEX #BD62E8 Medium Orchid

📋 copy color: '#BD62E8'

red 189 ◦ green 98 ◦ blue 232

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

Shades of Medium Orchid #BD62E8

Tints of Medium Orchid #BD62E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 36.42%
G = 18.88%
B = 44.7%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD62E8 (or 0xBD62E8) is known color: Medium Orchid. HEX triplet: BD, 62 and E8. RGB value is (189,98,232). Sum of RGB (Red+Green+Blue) = 189+98+232=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD62E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62E8 is #429D17. Grayscale: #8C8C8C. Windows color (decimal): -4365592 or 15229629. OLE color: 15229629.

HSL color Cylindrical-coordinate representation of color #BD62E8: hue angle of 280.75º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD62E8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 98 232 -
CMYK 0.19 0.58 0 0.09
HSL 280.75º 0.74% 0.65% -
HSV(B) 280.75º 0.58% 0.91% -
XYZ 39.92 25.38 79.14 -
YUV 140.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 189 98 232 0.19 0.58 0 0.09 280.75 0.74 0.65
Hex BD 62 E8 13 3A 0 9 119 4A 41
Octal 275 142 350 23 72 0 11 431 112 101
Binary 10111101 1100010 11101000 10011 111010 0 1001 100011001 1001010 1000001

Color Harmonies of #BD62E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62E8

Black with #BD62E8

Text Example


Text Example

White with #BD62E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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