Html Css Color HEX #B231CD Dark Orchid

📋 copy color: '#B231CD'

red 178 ◦ green 49 ◦ blue 205

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

Shades of Dark Orchid #B231CD

Tints of Dark Orchid #B231CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 41.2%
G = 11.34%
B = 47.45%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B231CD (or 0xB231CD) is known color: Dark Orchid. HEX triplet: B2, 31 and CD. RGB value is (178,49,205). Sum of RGB (Red+Green+Blue) = 178+49+205=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B231CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CD is #4DCE32. Grayscale: #686868. Windows color (decimal): -5099059 or 13447602. OLE color: 13447602.

HSL color Cylindrical-coordinate representation of color #B231CD: hue angle of 289.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B231CD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 49 205 -
CMYK 0.13 0.76 0 0.20
HSL 289.62º 0.61% 0.5% -
HSV(B) 289.62º 0.76% 0.8% -
XYZ 30.48 16.07 59.25 -
YUV 105.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 178 49 205 0.13 0.76 0 0.20 289.62 0.61 0.5
Hex B2 31 CD D 4C 0 14 122 3D 32
Octal 262 61 315 15 114 0 24 442 75 62
Binary 10110010 110001 11001101 1101 1001100 0 10100 100100010 111101 110010

Color Harmonies of #B231CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231CD

Black with #B231CD

Text Example


Text Example

White with #B231CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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