Html Css Color HEX #B227BC Dark Orchid

📋 copy color: '#B227BC'

red 178 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #B227BC

Tints of Dark Orchid #B227BC

RGB

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

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

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

R = 43.95%
G = 9.63%
B = 46.42%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B227BC (or 0xB227BC) is known color: Dark Orchid. HEX triplet: B2, 27 and BC. RGB value is (178,39,188). Sum of RGB (Red+Green+Blue) = 178+39+188=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B227BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227BC is #4DD843. Grayscale: #616161. Windows color (decimal): -5101636 or 12330930. OLE color: 12330930.

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

Color convert

RGB 178 39 188 -
CMYK 0.05 0.79 0 0.26
HSL 295.97º 0.66% 0.45% -
HSV(B) 295.97º 0.79% 0.74% -
XYZ 28.16 14.55 48.9 -
YUV 97.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 178 39 188 0.05 0.79 0 0.26 295.97 0.66 0.45
Hex B2 27 BC 5 4F 0 1A 128 42 2D
Octal 262 47 274 5 117 0 32 450 102 55
Binary 10110010 100111 10111100 101 1001111 0 11010 100101000 1000010 101101

Color Harmonies of #B227BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227BC

Black with #B227BC

Text Example


Text Example

White with #B227BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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