Html Css Color HEX #B233DF Dark Orchid

📋 copy color: '#B233DF'

red 178 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #B233DF

Tints of Dark Orchid #B233DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 39.38%
G = 11.28%
B = 49.34%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B233DF (or 0xB233DF) is known color: Dark Orchid. HEX triplet: B2, 33 and DF. RGB value is (178,51,223). Sum of RGB (Red+Green+Blue) = 178+51+223=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #B233DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233DF is #4DCC20. Grayscale: #6C6C6C. Windows color (decimal): -5098529 or 14627762. OLE color: 14627762.

HSL color Cylindrical-coordinate representation of color #B233DF: hue angle of 284.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B233DF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 51 223 -
CMYK 0.20 0.77 0 0.13
HSL 284.3º 0.73% 0.54% -
HSV(B) 284.3º 0.77% 0.87% -
XYZ 32.86 17.16 71.39 -
YUV 108.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 178 51 223 0.20 0.77 0 0.13 284.3 0.73 0.54
Hex B2 33 DF 14 4D 0 D 11C 49 36
Octal 262 63 337 24 115 0 15 434 111 66
Binary 10110010 110011 11011111 10100 1001101 0 1101 100011100 1001001 110110

Color Harmonies of #B233DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233DF

Black with #B233DF

Text Example


Text Example

White with #B233DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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