Html Css Color HEX #B233BC Dark Orchid

📋 copy color: '#B233BC'

red 178 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #B233BC

Tints of Dark Orchid #B233BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 42.69%
G = 12.23%
B = 45.08%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B233BC (or 0xB233BC) is known color: Dark Orchid. HEX triplet: B2, 33 and BC. RGB value is (178,51,188). Sum of RGB (Red+Green+Blue) = 178+51+188=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #B233BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233BC is #4DCC43. Grayscale: #686868. Windows color (decimal): -5098564 or 12334002. OLE color: 12334002.

HSL color Cylindrical-coordinate representation of color #B233BC: hue angle of 295.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B233BC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 51 188 -
CMYK 0.05 0.73 0 0.26
HSL 295.62º 0.57% 0.47% -
HSV(B) 295.62º 0.73% 0.74% -
XYZ 28.62 15.46 49.05 -
YUV 104.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 178 51 188 0.05 0.73 0 0.26 295.62 0.57 0.47
Hex B2 33 BC 5 49 0 1A 128 39 2F
Octal 262 63 274 5 111 0 32 450 71 57
Binary 10110010 110011 10111100 101 1001001 0 11010 100101000 111001 101111

Color Harmonies of #B233BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233BC

Black with #B233BC

Text Example


Text Example

White with #B233BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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