Html Css Color HEX #B62DBE Dark Orchid

📋 copy color: '#B62DBE'

red 182 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #B62DBE

Tints of Dark Orchid #B62DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.79%

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

R = 43.65%
G = 10.79%
B = 45.56%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B62DBE (or 0xB62DBE) is known color: Dark Orchid. HEX triplet: B6, 2D and BE. RGB value is (182,45,190). Sum of RGB (Red+Green+Blue) = 182+45+190=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #B62DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DBE is #49D241. Grayscale: #666666. Windows color (decimal): -4837954 or 12463542. OLE color: 12463542.

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

Color convert

RGB 182 45 190 -
CMYK 0.04 0.76 0 0.25
HSL 296.69º 0.62% 0.46% -
HSV(B) 296.69º 0.76% 0.75% -
XYZ 29.52 15.54 50.16 -
YUV 102.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 182 45 190 0.04 0.76 0 0.25 296.69 0.62 0.46
Hex B6 2D BE 4 4C 0 19 129 3E 2E
Octal 266 55 276 4 114 0 31 451 76 56
Binary 10110110 101101 10111110 100 1001100 0 11001 100101001 111110 101110

Color Harmonies of #B62DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DBE

Black with #B62DBE

Text Example


Text Example

White with #B62DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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