Html Css Color HEX #B233DC Dark Orchid

📋 copy color: '#B233DC'

red 178 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #B233DC

Tints of Dark Orchid #B233DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 39.64%
G = 11.36%
B = 49%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B233DC (or 0xB233DC) is known color: Dark Orchid. HEX triplet: B2, 33 and DC. RGB value is (178,51,220). Sum of RGB (Red+Green+Blue) = 178+51+220=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #B233DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233DC is #4DCC23. Grayscale: #6B6B6B. Windows color (decimal): -5098532 or 14431154. OLE color: 14431154.

HSL color Cylindrical-coordinate representation of color #B233DC: hue angle of 285.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B233DC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 51 220 -
CMYK 0.19 0.77 0 0.14
HSL 285.09º 0.71% 0.53% -
HSV(B) 285.09º 0.77% 0.86% -
XYZ 32.46 17 69.28 -
YUV 108.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 178 51 220 0.19 0.77 0 0.14 285.09 0.71 0.53
Hex B2 33 DC 13 4D 0 E 11D 47 35
Octal 262 63 334 23 115 0 16 435 107 65
Binary 10110010 110011 11011100 10011 1001101 0 1110 100011101 1000111 110101

Color Harmonies of #B233DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233DC

Black with #B233DC

Text Example


Text Example

White with #B233DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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