Html Css Color HEX #B229EF Dark Orchid

📋 copy color: '#B229EF'

red 178 ◦ green 41 ◦ blue 239

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

Shades of Dark Orchid #B229EF

Tints of Dark Orchid #B229EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.95%

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 38.86%
G = 8.95%
B = 52.18%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B229EF (or 0xB229EF) is known color: Dark Orchid. HEX triplet: B2, 29 and EF. RGB value is (178,41,239). Sum of RGB (Red+Green+Blue) = 178+41+239=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #B229EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229EF is #4DD610. Grayscale: #676767. Windows color (decimal): -5101073 or 15673778. OLE color: 15673778.

HSL color Cylindrical-coordinate representation of color #B229EF: hue angle of 281.52º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B229EF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 41 239 -
CMYK 0.26 0.83 0 0.06
HSL 281.52º 0.86% 0.55% -
HSV(B) 281.52º 0.83% 0.94% -
XYZ 34.73 17.28 83.17 -
YUV 104.54 203.89 180.4 -
System Red Green Blue C M Y K H S L
Decimal 178 41 239 0.26 0.83 0 0.06 281.52 0.86 0.55
Hex B2 29 EF 1A 53 0 6 11A 56 37
Octal 262 51 357 32 123 0 6 432 126 67
Binary 10110010 101001 11101111 11010 1010011 0 110 100011010 1010110 110111

Color Harmonies of #B229EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229EF

Black with #B229EF

Text Example


Text Example

White with #B229EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229EF; }

 p { color: rgb(178,41,239); }

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

background-color css

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

 a { background-color: rgb(178,41,239); }

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

border-color css

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

 span { border-color: rgb(178,41,239); }

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