Html Css Color HEX #BD75F7 Heliotrope

📋 copy color: '#BD75F7'

red 189 ◦ green 117 ◦ blue 247

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

Shades of Heliotrope #BD75F7

Tints of Heliotrope #BD75F7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.16%

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 34.18%
G = 21.16%
B = 44.67%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD75F7 (or 0xBD75F7) is known color: Heliotrope. HEX triplet: BD, 75 and F7. RGB value is (189,117,247). Sum of RGB (Red+Green+Blue) = 189+117+247=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD75F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75F7 is #428A08. Grayscale: #989898. Windows color (decimal): -4360713 or 16217533. OLE color: 16217533.

HSL color Cylindrical-coordinate representation of color #BD75F7: hue angle of 273.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD75F7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 117 247 -
CMYK 0.23 0.53 0 0.03
HSL 273.23º 0.89% 0.71% -
HSV(B) 273.23º 0.53% 0.97% -
XYZ 44.14 30.26 91.51 -
YUV 153.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 189 117 247 0.23 0.53 0 0.03 273.23 0.89 0.71
Hex BD 75 F7 17 35 0 3 111 59 47
Octal 275 165 367 27 65 0 3 421 131 107
Binary 10111101 1110101 11110111 10111 110101 0 11 100010001 1011001 1000111

Color Harmonies of #BD75F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75F7

Black with #BD75F7

Text Example


Text Example

White with #BD75F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75F7; }

 p { color: rgb(189,117,247); }

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

background-color css

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

 a { background-color: rgb(189,117,247); }

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

border-color css

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

 span { border-color: rgb(189,117,247); }

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