Html Css Color HEX #B427BA Dark Orchid

📋 copy color: '#B427BA'

red 180 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B427BA

Tints of Dark Orchid #B427BA

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 44.44%
G = 9.63%
B = 45.93%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B427BA (or 0xB427BA) is known color: Dark Orchid. HEX triplet: B4, 27 and BA. RGB value is (180,39,186). Sum of RGB (Red+Green+Blue) = 180+39+186=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #B427BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427BA is #4BD845. Grayscale: #616161. Windows color (decimal): -4970566 or 12199860. OLE color: 12199860.

HSL color Cylindrical-coordinate representation of color #B427BA: hue angle of 297.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B427BA is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 39 186 -
CMYK 0.03 0.79 0 0.27
HSL 297.55º 0.65% 0.44% -
HSV(B) 297.55º 0.79% 0.73% -
XYZ 28.41 14.7 47.79 -
YUV 97.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 180 39 186 0.03 0.79 0 0.27 297.55 0.65 0.44
Hex B4 27 BA 3 4F 0 1B 12A 41 2C
Octal 264 47 272 3 117 0 33 452 101 54
Binary 10110100 100111 10111010 11 1001111 0 11011 100101010 1000001 101100

Color Harmonies of #B427BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427BA

Black with #B427BA

Text Example


Text Example

White with #B427BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427BA; }

 p { color: rgb(180,39,186); }

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

background-color css

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

 a { background-color: rgb(180,39,186); }

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

border-color css

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

 span { border-color: rgb(180,39,186); }

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