Html Css Color HEX #B232BC Dark Orchid

📋 copy color: '#B232BC'

red 178 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #B232BC

Tints of Dark Orchid #B232BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

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

R = 42.79%
G = 12.02%
B = 45.19%

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

#B232BC (or 0xB232BC) is known color: Dark Orchid. HEX triplet: B2, 32 and BC. RGB value is (178,50,188). Sum of RGB (Red+Green+Blue) = 178+50+188=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #B232BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BC is #4DCD43. Grayscale: #676767. Windows color (decimal): -5098820 or 12333746. OLE color: 12333746.

HSL color Cylindrical-coordinate representation of color #B232BC: hue angle of 295.65º degrees, saturation: 0.58, 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 #B232BC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 50 188 -
CMYK 0.05 0.73 0 0.26
HSL 295.65º 0.58% 0.47% -
HSV(B) 295.65º 0.73% 0.74% -
XYZ 28.58 15.38 49.04 -
YUV 104 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 178 50 188 0.05 0.73 0 0.26 295.65 0.58 0.47
Hex B2 32 BC 5 49 0 1A 128 3A 2F
Octal 262 62 274 5 111 0 32 450 72 57
Binary 10110010 110010 10111100 101 1001001 0 11010 100101000 111010 101111

Color Harmonies of #B232BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232BC

Black with #B232BC

Text Example


Text Example

White with #B232BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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