Html Css Color HEX #B233E9 Dark Orchid

📋 copy color: '#B233E9'

red 178 ◦ green 51 ◦ blue 233

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

Shades of Dark Orchid #B233E9

Tints of Dark Orchid #B233E9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.04%

 BLUE value IS 233 (91.41% from 255) = 50.43%

R = 38.53%
G = 11.04%
B = 50.43%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B233E9 (or 0xB233E9) is known color: Dark Orchid. HEX triplet: B2, 33 and E9. RGB value is (178,51,233). Sum of RGB (Red+Green+Blue) = 178+51+233=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #B233E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B233E9 is #4DCC16. Grayscale: #6D6D6D. Windows color (decimal): -5098519 or 15283122. OLE color: 15283122.

HSL color Cylindrical-coordinate representation of color #B233E9: hue angle of 281.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B233E9 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 51 233 -
CMYK 0.24 0.78 0 0.09
HSL 281.87º 0.81% 0.56% -
HSV(B) 281.87º 0.78% 0.91% -
XYZ 34.25 17.72 78.71 -
YUV 109.72 197.58 176.7 -
System Red Green Blue C M Y K H S L
Decimal 178 51 233 0.24 0.78 0 0.09 281.87 0.81 0.56
Hex B2 33 E9 18 4E 0 9 11A 51 38
Octal 262 63 351 30 116 0 11 432 121 70
Binary 10110010 110011 11101001 11000 1001110 0 1001 100011010 1010001 111000

Color Harmonies of #B233E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233E9

Black with #B233E9

Text Example


Text Example

White with #B233E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233E9; }

 p { color: rgb(178,51,233); }

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

background-color css

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

 a { background-color: rgb(178,51,233); }

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

border-color css

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

 span { border-color: rgb(178,51,233); }

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