Html Css Color HEX #BD74FE Heliotrope

📋 copy color: '#BD74FE'

red 189 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #BD74FE

Tints of Heliotrope #BD74FE

RGB

 RED value IS 189 (74.22% from 255) = 33.81%

 GREEN value IS 116 (45.7% from 255) = 20.75%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 33.81%
G = 20.75%
B = 45.44%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD74FE (or 0xBD74FE) is known color: Heliotrope. HEX triplet: BD, 74 and FE. RGB value is (189,116,254). Sum of RGB (Red+Green+Blue) = 189+116+254=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74FE is #428B01. Grayscale: #999999. Windows color (decimal): -4360962 or 16676029. OLE color: 16676029.

HSL color Cylindrical-coordinate representation of color #BD74FE: hue angle of 271.74º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD74FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 116 254 -
CMYK 0.26 0.54 0 0.00
HSL 271.74º 0.99% 0.73% -
HSV(B) 271.74º 0.54% 1% -
XYZ 45.12 30.47 97.27 -
YUV 153.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 189 116 254 0.26 0.54 0 0.00 271.74 0.99 0.73
Hex BD 74 FE 1A 36 0 0 110 63 49
Octal 275 164 376 32 66 0 0 420 143 111
Binary 10111101 1110100 11111110 11010 110110 0 0 100010000 1100011 1001001

Color Harmonies of #BD74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74FE

Black with #BD74FE

Text Example


Text Example

White with #BD74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74FE; }

 p { color: rgb(189,116,254); }

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

background-color css

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

 a { background-color: rgb(189,116,254); }

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

border-color css

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

 span { border-color: rgb(189,116,254); }

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