Html Css Color HEX #B21EBD Dark Orchid

📋 copy color: '#B21EBD'

red 178 ◦ green 30 ◦ blue 189

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

Shades of Dark Orchid #B21EBD

Tints of Dark Orchid #B21EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

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

R = 44.84%
G = 7.56%
B = 47.61%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B21EBD (or 0xB21EBD) is known color: Dark Orchid. HEX triplet: B2, 1E and BD. RGB value is (178,30,189). Sum of RGB (Red+Green+Blue) = 178+30+189=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #B21EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EBD is #4DE142. Grayscale: #5B5B5B. Windows color (decimal): -5103939 or 12394162. OLE color: 12394162.

HSL color Cylindrical-coordinate representation of color #B21EBD: hue angle of 295.85º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21EBD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 30 189 -
CMYK 0.06 0.84 0 0.26
HSL 295.85º 0.73% 0.43% -
HSV(B) 295.85º 0.84% 0.74% -
XYZ 28.01 14.07 49.38 -
YUV 92.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 178 30 189 0.06 0.84 0 0.26 295.85 0.73 0.43
Hex B2 1E BD 6 54 0 1A 128 49 2B
Octal 262 36 275 6 124 0 32 450 111 53
Binary 10110010 11110 10111101 110 1010100 0 11010 100101000 1001001 101011

Color Harmonies of #B21EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EBD

Black with #B21EBD

Text Example


Text Example

White with #B21EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EBD; }

 p { color: rgb(178,30,189); }

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

background-color css

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

 a { background-color: rgb(178,30,189); }

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

border-color css

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

 span { border-color: rgb(178,30,189); }

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