Html Css Color HEX #BD63FA Heliotrope

📋 copy color: '#BD63FA'

red 189 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #BD63FA

Tints of Heliotrope #BD63FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 35.13%
G = 18.4%
B = 46.47%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD63FA (or 0xBD63FA) is known color: Heliotrope. HEX triplet: BD, 63 and FA. RGB value is (189,99,250). Sum of RGB (Red+Green+Blue) = 189+99+250=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63FA is #429C05. Grayscale: #8E8E8E. Windows color (decimal): -4365318 or 16409533. OLE color: 16409533.

HSL color Cylindrical-coordinate representation of color #BD63FA: hue angle of 275.76º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD63FA is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 99 250 -
CMYK 0.24 0.60 0 0.02
HSL 275.76º 0.94% 0.68% -
HSV(B) 275.76º 0.6% 0.98% -
XYZ 42.7 26.64 93.33 -
YUV 143.12 188.32 160.72 -
System Red Green Blue C M Y K H S L
Decimal 189 99 250 0.24 0.60 0 0.02 275.76 0.94 0.68
Hex BD 63 FA 18 3C 0 2 114 5E 44
Octal 275 143 372 30 74 0 2 424 136 104
Binary 10111101 1100011 11111010 11000 111100 0 10 100010100 1011110 1000100

Color Harmonies of #BD63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63FA

Black with #BD63FA

Text Example


Text Example

White with #BD63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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