Html Css Color HEX #B22CBE Dark Orchid

📋 copy color: '#B22CBE'

red 178 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #B22CBE

Tints of Dark Orchid #B22CBE

RGB

 RED value IS 178 (69.92% from 255) = 43.2%

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

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

R = 43.2%
G = 10.68%
B = 46.12%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B22CBE (or 0xB22CBE) is known color: Dark Orchid. HEX triplet: B2, 2C and BE. RGB value is (178,44,190). Sum of RGB (Red+Green+Blue) = 178+44+190=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B22CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CBE is #4DD341. Grayscale: #646464. Windows color (decimal): -5100354 or 12463282. OLE color: 12463282.

HSL color Cylindrical-coordinate representation of color #B22CBE: hue angle of 295.07º degrees, saturation: 0.62, 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 #B22CBE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 44 190 -
CMYK 0.06 0.77 0 0.25
HSL 295.07º 0.62% 0.46% -
HSV(B) 295.07º 0.77% 0.75% -
XYZ 28.56 14.98 50.1 -
YUV 100.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 178 44 190 0.06 0.77 0 0.25 295.07 0.62 0.46
Hex B2 2C BE 6 4D 0 19 127 3E 2E
Octal 262 54 276 6 115 0 31 447 76 56
Binary 10110010 101100 10111110 110 1001101 0 11001 100100111 111110 101110

Color Harmonies of #B22CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CBE

Black with #B22CBE

Text Example


Text Example

White with #B22CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CBE; }

 p { color: rgb(178,44,190); }

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

background-color css

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

 a { background-color: rgb(178,44,190); }

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

border-color css

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

 span { border-color: rgb(178,44,190); }

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