Html Css Color HEX #B231CA Dark Orchid

📋 copy color: '#B231CA'

red 178 ◦ green 49 ◦ blue 202

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

Shades of Dark Orchid #B231CA

Tints of Dark Orchid #B231CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 41.49%
G = 11.42%
B = 47.09%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B231CA (or 0xB231CA) is known color: Dark Orchid. HEX triplet: B2, 31 and CA. RGB value is (178,49,202). Sum of RGB (Red+Green+Blue) = 178+49+202=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B231CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CA is #4DCE35. Grayscale: #686868. Windows color (decimal): -5099062 or 13250994. OLE color: 13250994.

HSL color Cylindrical-coordinate representation of color #B231CA: hue angle of 290.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B231CA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 49 202 -
CMYK 0.12 0.76 0 0.21
HSL 290.59º 0.61% 0.49% -
HSV(B) 290.59º 0.76% 0.79% -
XYZ 30.12 15.93 57.36 -
YUV 105.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 178 49 202 0.12 0.76 0 0.21 290.59 0.61 0.49
Hex B2 31 CA C 4C 0 15 123 3D 31
Octal 262 61 312 14 114 0 25 443 75 61
Binary 10110010 110001 11001010 1100 1001100 0 10101 100100011 111101 110001

Color Harmonies of #B231CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231CA

Black with #B231CA

Text Example


Text Example

White with #B231CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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