Html Css Color HEX #B231BC Dark Orchid

📋 copy color: '#B231BC'

red 178 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #B231BC

Tints of Dark Orchid #B231BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

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

R = 42.89%
G = 11.81%
B = 45.3%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B231BC (or 0xB231BC) is known color: Dark Orchid. HEX triplet: B2, 31 and BC. RGB value is (178,49,188). Sum of RGB (Red+Green+Blue) = 178+49+188=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #B231BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231BC is #4DCE43. Grayscale: #666666. Windows color (decimal): -5099076 or 12333490. OLE color: 12333490.

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

Color convert

RGB 178 49 188 -
CMYK 0.05 0.74 0 0.26
HSL 295.68º 0.59% 0.46% -
HSV(B) 295.68º 0.74% 0.74% -
XYZ 28.54 15.29 49.02 -
YUV 103.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 178 49 188 0.05 0.74 0 0.26 295.68 0.59 0.46
Hex B2 31 BC 5 4A 0 1A 128 3B 2E
Octal 262 61 274 5 112 0 32 450 73 56
Binary 10110010 110001 10111100 101 1001010 0 11010 100101000 111011 101110

Color Harmonies of #B231BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231BC

Black with #B231BC

Text Example


Text Example

White with #B231BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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