Html Css Color HEX #B62CBD Dark Orchid

📋 copy color: '#B62CBD'

red 182 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #B62CBD

Tints of Dark Orchid #B62CBD

RGB

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

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

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

R = 43.86%
G = 10.6%
B = 45.54%

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

#B62CBD (or 0xB62CBD) is known color: Dark Orchid. HEX triplet: B6, 2C and BD. RGB value is (182,44,189). Sum of RGB (Red+Green+Blue) = 182+44+189=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #B62CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CBD is #49D342. Grayscale: #656565. Windows color (decimal): -4838211 or 12397750. OLE color: 12397750.

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

Color convert

RGB 182 44 189 -
CMYK 0.04 0.77 0 0.26
HSL 297.1º 0.62% 0.46% -
HSV(B) 297.1º 0.77% 0.74% -
XYZ 29.38 15.42 49.57 -
YUV 101.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 182 44 189 0.04 0.77 0 0.26 297.1 0.62 0.46
Hex B6 2C BD 4 4D 0 1A 129 3E 2E
Octal 266 54 275 4 115 0 32 451 76 56
Binary 10110110 101100 10111101 100 1001101 0 11010 100101001 111110 101110

Color Harmonies of #B62CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62CBD

Black with #B62CBD

Text Example


Text Example

White with #B62CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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