Html Css Color HEX #B62BCA Dark Orchid

📋 copy color: '#B62BCA'

red 182 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #B62BCA

Tints of Dark Orchid #B62BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.07%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 42.62%
G = 10.07%
B = 47.31%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B62BCA (or 0xB62BCA) is known color: Dark Orchid. HEX triplet: B6, 2B and CA. RGB value is (182,43,202). Sum of RGB (Red+Green+Blue) = 182+43+202=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #B62BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BCA is #49D435. Grayscale: #666666. Windows color (decimal): -4838454 or 13249462. OLE color: 13249462.

HSL color Cylindrical-coordinate representation of color #B62BCA: hue angle of 292.45º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62BCA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 43 202 -
CMYK 0.10 0.79 0 0.21
HSL 292.45º 0.65% 0.48% -
HSV(B) 292.45º 0.79% 0.79% -
XYZ 30.82 15.94 57.33 -
YUV 102.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 182 43 202 0.10 0.79 0 0.21 292.45 0.65 0.48
Hex B6 2B CA A 4F 0 15 124 41 30
Octal 266 53 312 12 117 0 25 444 101 60
Binary 10110110 101011 11001010 1010 1001111 0 10101 100100100 1000001 110000

Color Harmonies of #B62BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BCA

Black with #B62BCA

Text Example


Text Example

White with #B62BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BCA; }

 p { color: rgb(182,43,202); }

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

background-color css

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

 a { background-color: rgb(182,43,202); }

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

border-color css

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

 span { border-color: rgb(182,43,202); }

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