Html Css Color HEX #BD74F1 Heliotrope

📋 copy color: '#BD74F1'

red 189 ◦ green 116 ◦ blue 241

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

Shades of Heliotrope #BD74F1

Tints of Heliotrope #BD74F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.14%

R = 34.62%
G = 21.25%
B = 44.14%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD74F1 (or 0xBD74F1) is known color: Heliotrope. HEX triplet: BD, 74 and F1. RGB value is (189,116,241). Sum of RGB (Red+Green+Blue) = 189+116+241=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74F1 is #428B0E. Grayscale: #979797. Windows color (decimal): -4360975 or 15824061. OLE color: 15824061.

HSL color Cylindrical-coordinate representation of color #BD74F1: hue angle of 275.04º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD74F1 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 116 241 -
CMYK 0.22 0.52 0 0.05
HSL 275.04º 0.82% 0.7% -
HSV(B) 275.04º 0.52% 0.95% -
XYZ 43.11 29.66 86.67 -
YUV 152.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 189 116 241 0.22 0.52 0 0.05 275.04 0.82 0.7
Hex BD 74 F1 16 34 0 5 113 52 46
Octal 275 164 361 26 64 0 5 423 122 106
Binary 10111101 1110100 11110001 10110 110100 0 101 100010011 1010010 1000110

Color Harmonies of #BD74F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74F1

Black with #BD74F1

Text Example


Text Example

White with #BD74F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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