Html Css Color HEX #B22DED Dark Orchid

📋 copy color: '#B22DED'

red 178 ◦ green 45 ◦ blue 237

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

Shades of Dark Orchid #B22DED

Tints of Dark Orchid #B22DED

RGB

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

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

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

R = 38.7%
G = 9.78%
B = 51.52%

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

#B22DED (or 0xB22DED) is known color: Dark Orchid. HEX triplet: B2, 2D and ED. RGB value is (178,45,237). Sum of RGB (Red+Green+Blue) = 178+45+237=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B22DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22DED is #4DD212. Grayscale: #6A6A6A. Windows color (decimal): -5100051 or 15543730. OLE color: 15543730.

HSL color Cylindrical-coordinate representation of color #B22DED: hue angle of 281.56º 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 #B22DED is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 45 237 -
CMYK 0.25 0.81 0 0.07
HSL 281.56º 0.84% 0.55% -
HSV(B) 281.56º 0.81% 0.93% -
XYZ 34.58 17.46 81.67 -
YUV 106.66 201.56 178.89 -
System Red Green Blue C M Y K H S L
Decimal 178 45 237 0.25 0.81 0 0.07 281.56 0.84 0.55
Hex B2 2D ED 19 51 0 7 11A 54 37
Octal 262 55 355 31 121 0 7 432 124 67
Binary 10110010 101101 11101101 11001 1010001 0 111 100011010 1010100 110111

Color Harmonies of #B22DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DED

Black with #B22DED

Text Example


Text Example

White with #B22DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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