Html Css Color HEX #B231EA Dark Orchid

📋 copy color: '#B231EA'

red 178 ◦ green 49 ◦ blue 234

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

Shades of Dark Orchid #B231EA

Tints of Dark Orchid #B231EA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.63%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 38.61%
G = 10.63%
B = 50.76%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B231EA (or 0xB231EA) is known color: Dark Orchid. HEX triplet: B2, 31 and EA. RGB value is (178,49,234). Sum of RGB (Red+Green+Blue) = 178+49+234=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #B231EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B231EA is #4DCE15. Grayscale: #6C6C6C. Windows color (decimal): -5099030 or 15348146. OLE color: 15348146.

HSL color Cylindrical-coordinate representation of color #B231EA: hue angle of 281.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B231EA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 49 234 -
CMYK 0.24 0.79 0 0.08
HSL 281.84º 0.81% 0.55% -
HSV(B) 281.84º 0.79% 0.92% -
XYZ 34.31 17.6 79.43 -
YUV 108.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 178 49 234 0.24 0.79 0 0.08 281.84 0.81 0.55
Hex B2 31 EA 18 4F 0 8 11A 51 37
Octal 262 61 352 30 117 0 10 432 121 67
Binary 10110010 110001 11101010 11000 1001111 0 1000 100011010 1010001 110111

Color Harmonies of #B231EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231EA

Black with #B231EA

Text Example


Text Example

White with #B231EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231EA; }

 p { color: rgb(178,49,234); }

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

background-color css

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

 a { background-color: rgb(178,49,234); }

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

border-color css

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

 span { border-color: rgb(178,49,234); }

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