Html Css Color HEX #B227DF Dark Orchid

📋 copy color: '#B227DF'

red 178 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #B227DF

Tints of Dark Orchid #B227DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.86%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 40.45%
G = 8.86%
B = 50.68%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B227DF (or 0xB227DF) is known color: Dark Orchid. HEX triplet: B2, 27 and DF. RGB value is (178,39,223). Sum of RGB (Red+Green+Blue) = 178+39+223=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B227DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227DF is #4DD820. Grayscale: #646464. Windows color (decimal): -5101601 or 14624690. OLE color: 14624690.

HSL color Cylindrical-coordinate representation of color #B227DF: hue angle of 285.33º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B227DF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 39 223 -
CMYK 0.20 0.83 0 0.13
HSL 285.33º 0.74% 0.51% -
HSV(B) 285.33º 0.83% 0.87% -
XYZ 32.4 16.24 71.24 -
YUV 101.54 196.55 182.54 -
System Red Green Blue C M Y K H S L
Decimal 178 39 223 0.20 0.83 0 0.13 285.33 0.74 0.51
Hex B2 27 DF 14 53 0 D 11D 4A 33
Octal 262 47 337 24 123 0 15 435 112 63
Binary 10110010 100111 11011111 10100 1010011 0 1101 100011101 1001010 110011

Color Harmonies of #B227DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227DF

Black with #B227DF

Text Example


Text Example

White with #B227DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227DF; }

 p { color: rgb(178,39,223); }

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

background-color css

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

 a { background-color: rgb(178,39,223); }

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

border-color css

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

 span { border-color: rgb(178,39,223); }

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