Html Css Color HEX #B62BBD Dark Orchid

📋 copy color: '#B62BBD'

red 182 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #B62BBD

Tints of Dark Orchid #B62BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 43.96%
G = 10.39%
B = 45.65%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B62BBD (or 0xB62BBD) is known color: Dark Orchid. HEX triplet: B6, 2B and BD. RGB value is (182,43,189). Sum of RGB (Red+Green+Blue) = 182+43+189=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #B62BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BBD is #49D442. Grayscale: #646464. Windows color (decimal): -4838467 or 12397494. OLE color: 12397494.

HSL color Cylindrical-coordinate representation of color #B62BBD: hue angle of 297.12º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62BBD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 43 189 -
CMYK 0.04 0.77 0 0.26
HSL 297.12º 0.63% 0.45% -
HSV(B) 297.12º 0.77% 0.74% -
XYZ 29.34 15.35 49.56 -
YUV 101.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 182 43 189 0.04 0.77 0 0.26 297.12 0.63 0.45
Hex B6 2B BD 4 4D 0 1A 129 3F 2D
Octal 266 53 275 4 115 0 32 451 77 55
Binary 10110110 101011 10111101 100 1001101 0 11010 100101001 111111 101101

Color Harmonies of #B62BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BBD

Black with #B62BBD

Text Example


Text Example

White with #B62BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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