Html Css Color HEX #BD63FE Heliotrope

📋 copy color: '#BD63FE'

red 189 ◦ green 99 ◦ blue 254

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

Shades of Heliotrope #BD63FE

Tints of Heliotrope #BD63FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.27%

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

R = 34.87%
G = 18.27%
B = 46.86%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD63FE (or 0xBD63FE) is known color: Heliotrope. HEX triplet: BD, 63 and FE. RGB value is (189,99,254). Sum of RGB (Red+Green+Blue) = 189+99+254=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63FE is #429C01. Grayscale: #8F8F8F. Windows color (decimal): -4365314 or 16671677. OLE color: 16671677.

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

Color convert

RGB 189 99 254 -
CMYK 0.26 0.61 0 0.00
HSL 274.84º 0.99% 0.69% -
HSV(B) 274.84º 0.61% 1% -
XYZ 43.34 26.9 96.67 -
YUV 143.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 189 99 254 0.26 0.61 0 0.00 274.84 0.99 0.69
Hex BD 63 FE 1A 3D 0 0 113 63 45
Octal 275 143 376 32 75 0 0 423 143 105
Binary 10111101 1100011 11111110 11010 111101 0 0 100010011 1100011 1000101

Color Harmonies of #BD63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63FE

Black with #BD63FE

Text Example


Text Example

White with #BD63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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