Html Css Color HEX #BD75FE Heliotrope

📋 copy color: '#BD75FE'

red 189 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #BD75FE

Tints of Heliotrope #BD75FE

RGB

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

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

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

R = 33.75%
G = 20.89%
B = 45.36%

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

#BD75FE (or 0xBD75FE) is known color: Heliotrope. HEX triplet: BD, 75 and FE. RGB value is (189,117,254). Sum of RGB (Red+Green+Blue) = 189+117+254=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75FE is #428A01. Grayscale: #999999. Windows color (decimal): -4360706 or 16676285. OLE color: 16676285.

HSL color Cylindrical-coordinate representation of color #BD75FE: hue angle of 271.53º 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 #BD75FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 117 254 -
CMYK 0.26 0.54 0 0.00
HSL 271.53º 0.99% 0.73% -
HSV(B) 271.53º 0.54% 1% -
XYZ 45.24 30.7 97.31 -
YUV 154.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 189 117 254 0.26 0.54 0 0.00 271.53 0.99 0.73
Hex BD 75 FE 1A 36 0 0 110 63 49
Octal 275 165 376 32 66 0 0 420 143 111
Binary 10111101 1110101 11111110 11010 110110 0 0 100010000 1100011 1001001

Color Harmonies of #BD75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75FE

Black with #BD75FE

Text Example


Text Example

White with #BD75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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