Html Css Color HEX #B22CED Dark Orchid

📋 copy color: '#B22CED'

red 178 ◦ green 44 ◦ blue 237

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

Shades of Dark Orchid #B22CED

Tints of Dark Orchid #B22CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 38.78%
G = 9.59%
B = 51.63%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B22CED (or 0xB22CED) is known color: Dark Orchid. HEX triplet: B2, 2C and ED. RGB value is (178,44,237). Sum of RGB (Red+Green+Blue) = 178+44+237=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B22CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22CED is #4DD312. Grayscale: #696969. Windows color (decimal): -5100307 or 15543474. OLE color: 15543474.

HSL color Cylindrical-coordinate representation of color #B22CED: hue angle of 281.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22CED is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 44 237 -
CMYK 0.25 0.81 0 0.07
HSL 281.66º 0.84% 0.55% -
HSV(B) 281.66º 0.81% 0.93% -
XYZ 34.55 17.38 81.65 -
YUV 106.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 178 44 237 0.25 0.81 0 0.07 281.66 0.84 0.55
Hex B2 2C ED 19 51 0 7 11A 54 37
Octal 262 54 355 31 121 0 7 432 124 67
Binary 10110010 101100 11101101 11001 1010001 0 111 100011010 1010100 110111

Color Harmonies of #B22CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CED

Black with #B22CED

Text Example


Text Example

White with #B22CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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