Html Css Color HEX #B427CC Dark Orchid

📋 copy color: '#B427CC'

red 180 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #B427CC

Tints of Dark Orchid #B427CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 42.55%
G = 9.22%
B = 48.23%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B427CC (or 0xB427CC) is known color: Dark Orchid. HEX triplet: B4, 27 and CC. RGB value is (180,39,204). Sum of RGB (Red+Green+Blue) = 180+39+204=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B427CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427CC is #4BD833. Grayscale: #636363. Windows color (decimal): -4970548 or 13379508. OLE color: 13379508.

HSL color Cylindrical-coordinate representation of color #B427CC: hue angle of 291.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B427CC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 39 204 -
CMYK 0.12 0.81 0 0.2
HSL 291.27º 0.68% 0.48% -
HSV(B) 291.27º 0.81% 0.8% -
XYZ 30.45 15.51 58.52 -
YUV 99.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 180 39 204 0.12 0.81 0 0.2 291.27 0.68 0.48
Hex B4 27 CC C 51 0 14 123 44 30
Octal 264 47 314 14 121 0 24 443 104 60
Binary 10110100 100111 11001100 1100 1010001 0 10100 100100011 1000100 110000

Color Harmonies of #B427CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427CC

Black with #B427CC

Text Example


Text Example

White with #B427CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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