Html Css Color HEX #B427ED Dark Orchid

📋 copy color: '#B427ED'

red 180 ◦ green 39 ◦ blue 237

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

Shades of Dark Orchid #B427ED

Tints of Dark Orchid #B427ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 39.47%
G = 8.55%
B = 51.97%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B427ED (or 0xB427ED) is known color: Dark Orchid. HEX triplet: B4, 27 and ED. RGB value is (180,39,237). Sum of RGB (Red+Green+Blue) = 180+39+237=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #B427ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B427ED is #4BD812. Grayscale: #676767. Windows color (decimal): -4970515 or 15542196. OLE color: 15542196.

HSL color Cylindrical-coordinate representation of color #B427ED: hue angle of 282.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B427ED is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 39 237 -
CMYK 0.24 0.84 0 0.07
HSL 282.73º 0.85% 0.54% -
HSV(B) 282.73º 0.84% 0.93% -
XYZ 34.83 17.27 81.62 -
YUV 103.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 180 39 237 0.24 0.84 0 0.07 282.73 0.85 0.54
Hex B4 27 ED 18 54 0 7 11B 55 36
Octal 264 47 355 30 124 0 7 433 125 66
Binary 10110100 100111 11101101 11000 1010100 0 111 100011011 1010101 110110

Color Harmonies of #B427ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427ED

Black with #B427ED

Text Example


Text Example

White with #B427ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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