Html Css Color HEX #B227BD Dark Orchid

📋 copy color: '#B227BD'

red 178 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #B227BD

Tints of Dark Orchid #B227BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 43.84%
G = 9.61%
B = 46.55%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B227BD (or 0xB227BD) is known color: Dark Orchid. HEX triplet: B2, 27 and BD. RGB value is (178,39,189). Sum of RGB (Red+Green+Blue) = 178+39+189=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #B227BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227BD is #4DD842. Grayscale: #616161. Windows color (decimal): -5101635 or 12396466. OLE color: 12396466.

HSL color Cylindrical-coordinate representation of color #B227BD: hue angle of 295.6º 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 #B227BD is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 39 189 -
CMYK 0.06 0.79 0 0.26
HSL 295.6º 0.66% 0.45% -
HSV(B) 295.6º 0.79% 0.74% -
XYZ 28.27 14.59 49.47 -
YUV 97.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 178 39 189 0.06 0.79 0 0.26 295.6 0.66 0.45
Hex B2 27 BD 6 4F 0 1A 128 42 2D
Octal 262 47 275 6 117 0 32 450 102 55
Binary 10110010 100111 10111101 110 1001111 0 11010 100101000 1000010 101101

Color Harmonies of #B227BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227BD

Black with #B227BD

Text Example


Text Example

White with #B227BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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