Html Css Color HEX #BD62CC Medium Orchid

📋 copy color: '#BD62CC'

red 189 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #BD62CC

Tints of Medium Orchid #BD62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 38.49%
G = 19.96%
B = 41.55%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD62CC (or 0xBD62CC) is known color: Medium Orchid. HEX triplet: BD, 62 and CC. RGB value is (189,98,204). Sum of RGB (Red+Green+Blue) = 189+98+204=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62CC is #429D33. Grayscale: #888888. Windows color (decimal): -4365620 or 13394621. OLE color: 13394621.

HSL color Cylindrical-coordinate representation of color #BD62CC: hue angle of 291.51º degrees, saturation: 0.51, 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 #BD62CC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 98 204 -
CMYK 0.07 0.52 0 0.2
HSL 291.51º 0.51% 0.59% -
HSV(B) 291.51º 0.52% 0.8% -
XYZ 36.25 23.91 59.83 -
YUV 137.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 189 98 204 0.07 0.52 0 0.2 291.51 0.51 0.59
Hex BD 62 CC 7 34 0 14 124 33 3B
Octal 275 142 314 7 64 0 24 444 63 73
Binary 10111101 1100010 11001100 111 110100 0 10100 100100100 110011 111011

Color Harmonies of #BD62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62CC

Black with #BD62CC

Text Example


Text Example

White with #BD62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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