Html Css Color HEX #B62CDE Dark Orchid

📋 copy color: '#B62CDE'

red 182 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #B62CDE

Tints of Dark Orchid #B62CDE

RGB

 RED value IS 182 (71.48% from 255) = 40.63%

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 40.63%
G = 9.82%
B = 49.55%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B62CDE (or 0xB62CDE) is known color: Dark Orchid. HEX triplet: B6, 2C and DE. RGB value is (182,44,222). Sum of RGB (Red+Green+Blue) = 182+44+222=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #B62CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CDE is #49D321. Grayscale: #686868. Windows color (decimal): -4838178 or 14560438. OLE color: 14560438.

HSL color Cylindrical-coordinate representation of color #B62CDE: hue angle of 286.52º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62CDE is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 44 222 -
CMYK 0.18 0.80 0 0.13
HSL 286.52º 0.73% 0.52% -
HSV(B) 286.52º 0.8% 0.87% -
XYZ 33.38 17.02 70.63 -
YUV 105.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 182 44 222 0.18 0.80 0 0.13 286.52 0.73 0.52
Hex B6 2C DE 12 50 0 D 11F 49 34
Octal 266 54 336 22 120 0 15 437 111 64
Binary 10110110 101100 11011110 10010 1010000 0 1101 100011111 1001001 110100

Color Harmonies of #B62CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62CDE

Black with #B62CDE

Text Example


Text Example

White with #B62CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62CDE; }

 p { color: rgb(182,44,222); }

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

background-color css

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

 a { background-color: rgb(182,44,222); }

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

border-color css

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

 span { border-color: rgb(182,44,222); }

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