Html Css Color HEX #B228AF Dark Orchid

📋 copy color: '#B228AF'

red 178 ◦ green 40 ◦ blue 175

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

Shades of Dark Orchid #B228AF

Tints of Dark Orchid #B228AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 45.29%
G = 10.18%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B228AF (or 0xB228AF) is known color: Dark Orchid. HEX triplet: B2, 28 and AF. RGB value is (178,40,175). Sum of RGB (Red+Green+Blue) = 178+40+175=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B228AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228AF is #4DD750. Grayscale: #606060. Windows color (decimal): -5101393 or 11479218. OLE color: 11479218.

HSL color Cylindrical-coordinate representation of color #B228AF: hue angle of 301.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B228AF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 175 -
CMYK 0 0.78 0.02 0.30
HSL 301.3º 0.63% 0.43% -
HSV(B) 301.3º 0.78% 0.7% -
XYZ 26.86 14.08 41.86 -
YUV 96.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 178 40 175 0 0.78 0.02 0.30 301.3 0.63 0.43
Hex B2 28 AF 0 4E 2 1E 12D 3F 2B
Octal 262 50 257 0 116 2 36 455 77 53
Binary 10110010 101000 10101111 0 1001110 10 11110 100101101 111111 101011

Color Harmonies of #B228AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228AF

Black with #B228AF

Text Example


Text Example

White with #B228AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228AF; }

 p { color: rgb(178,40,175); }

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

background-color css

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

 a { background-color: rgb(178,40,175); }

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

border-color css

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

 span { border-color: rgb(178,40,175); }

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