Html Css Color HEX #B62BBE Dark Orchid

📋 copy color: '#B62BBE'

red 182 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #B62BBE

Tints of Dark Orchid #B62BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 43.86%
G = 10.36%
B = 45.78%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B62BBE (or 0xB62BBE) is known color: Dark Orchid. HEX triplet: B6, 2B and BE. RGB value is (182,43,190). Sum of RGB (Red+Green+Blue) = 182+43+190=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #B62BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BBE is #49D441. Grayscale: #646464. Windows color (decimal): -4838466 or 12463030. OLE color: 12463030.

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

Color convert

RGB 182 43 190 -
CMYK 0.04 0.77 0 0.25
HSL 296.73º 0.63% 0.46% -
HSV(B) 296.73º 0.77% 0.75% -
XYZ 29.45 15.39 50.13 -
YUV 101.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 182 43 190 0.04 0.77 0 0.25 296.73 0.63 0.46
Hex B6 2B BE 4 4D 0 19 129 3F 2E
Octal 266 53 276 4 115 0 31 451 77 56
Binary 10110110 101011 10111110 100 1001101 0 11001 100101001 111111 101110

Color Harmonies of #B62BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BBE

Black with #B62BBE

Text Example


Text Example

White with #B62BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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