Html Css Color HEX #B62CDA Dark Orchid

📋 copy color: '#B62CDA'

red 182 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #B62CDA

Tints of Dark Orchid #B62CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 40.99%
G = 9.91%
B = 49.1%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B62CDA (or 0xB62CDA) is known color: Dark Orchid. HEX triplet: B6, 2C and DA. RGB value is (182,44,218). Sum of RGB (Red+Green+Blue) = 182+44+218=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #B62CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CDA is #49D325. Grayscale: #686868. Windows color (decimal): -4838182 or 14298294. OLE color: 14298294.

HSL color Cylindrical-coordinate representation of color #B62CDA: hue angle of 287.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62CDA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 44 218 -
CMYK 0.17 0.80 0 0.15
HSL 287.59º 0.7% 0.51% -
HSV(B) 287.59º 0.8% 0.85% -
XYZ 32.85 16.81 67.84 -
YUV 105.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 182 44 218 0.17 0.80 0 0.15 287.59 0.7 0.51
Hex B6 2C DA 11 50 0 F 120 46 33
Octal 266 54 332 21 120 0 17 440 106 63
Binary 10110110 101100 11011010 10001 1010000 0 1111 100100000 1000110 110011

Color Harmonies of #B62CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62CDA

Black with #B62CDA

Text Example


Text Example

White with #B62CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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