Html Css Color HEX #B427BB Dark Orchid

📋 copy color: '#B427BB'

red 180 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #B427BB

Tints of Dark Orchid #B427BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 44.33%
G = 9.61%
B = 46.06%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B427BB (or 0xB427BB) is known color: Dark Orchid. HEX triplet: B4, 27 and BB. RGB value is (180,39,187). Sum of RGB (Red+Green+Blue) = 180+39+187=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B427BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427BB is #4BD844. Grayscale: #616161. Windows color (decimal): -4970565 or 12265396. OLE color: 12265396.

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

Color convert

RGB 180 39 187 -
CMYK 0.04 0.79 0 0.27
HSL 297.16º 0.65% 0.44% -
HSV(B) 297.16º 0.79% 0.73% -
XYZ 28.52 14.74 48.36 -
YUV 98.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 180 39 187 0.04 0.79 0 0.27 297.16 0.65 0.44
Hex B4 27 BB 4 4F 0 1B 129 41 2C
Octal 264 47 273 4 117 0 33 451 101 54
Binary 10110100 100111 10111011 100 1001111 0 11011 100101001 1000001 101100

Color Harmonies of #B427BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427BB

Black with #B427BB

Text Example


Text Example

White with #B427BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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