Html Css Color HEX #BD62EE Medium Orchid

📋 copy color: '#BD62EE'

red 189 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #BD62EE

Tints of Medium Orchid #BD62EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 36%
G = 18.67%
B = 45.33%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD62EE (or 0xBD62EE) is known color: Medium Orchid. HEX triplet: BD, 62 and EE. RGB value is (189,98,238). Sum of RGB (Red+Green+Blue) = 189+98+238=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62EE is #429D11. Grayscale: #8C8C8C. Windows color (decimal): -4365586 or 15622845. OLE color: 15622845.

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

Color convert

RGB 189 98 238 -
CMYK 0.21 0.59 0 0.07
HSL 279º 0.8% 0.66% -
HSV(B) 279º 0.59% 0.93% -
XYZ 40.79 25.73 83.71 -
YUV 141.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 189 98 238 0.21 0.59 0 0.07 279 0.8 0.66
Hex BD 62 EE 15 3B 0 7 117 50 42
Octal 275 142 356 25 73 0 7 427 120 102
Binary 10111101 1100010 11101110 10101 111011 0 111 100010111 1010000 1000010

Color Harmonies of #BD62EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62EE

Black with #BD62EE

Text Example


Text Example

White with #BD62EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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