Html Css Color HEX #B227BE Dark Orchid

📋 copy color: '#B227BE'

red 178 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #B227BE

Tints of Dark Orchid #B227BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 43.73%
G = 9.58%
B = 46.68%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B227BE (or 0xB227BE) is known color: Dark Orchid. HEX triplet: B2, 27 and BE. RGB value is (178,39,190). Sum of RGB (Red+Green+Blue) = 178+39+190=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B227BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227BE is #4DD841. Grayscale: #616161. Windows color (decimal): -5101634 or 12462002. OLE color: 12462002.

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

Color convert

RGB 178 39 190 -
CMYK 0.06 0.79 0 0.25
HSL 295.23º 0.66% 0.45% -
HSV(B) 295.23º 0.79% 0.75% -
XYZ 28.38 14.63 50.04 -
YUV 97.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 178 39 190 0.06 0.79 0 0.25 295.23 0.66 0.45
Hex B2 27 BE 6 4F 0 19 127 42 2D
Octal 262 47 276 6 117 0 31 447 102 55
Binary 10110010 100111 10111110 110 1001111 0 11001 100100111 1000010 101101

Color Harmonies of #B227BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227BE

Black with #B227BE

Text Example


Text Example

White with #B227BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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