Html Css Color HEX #BD74FA Heliotrope

📋 copy color: '#BD74FA'

red 189 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #BD74FA

Tints of Heliotrope #BD74FA

RGB

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

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

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

R = 34.05%
G = 20.9%
B = 45.05%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD74FA (or 0xBD74FA) is known color: Heliotrope. HEX triplet: BD, 74 and FA. RGB value is (189,116,250). Sum of RGB (Red+Green+Blue) = 189+116+250=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74FA is #428B05. Grayscale: #989898. Windows color (decimal): -4360966 or 16413885. OLE color: 16413885.

HSL color Cylindrical-coordinate representation of color #BD74FA: hue angle of 272.69º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD74FA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 116 250 -
CMYK 0.24 0.54 0 0.02
HSL 272.69º 0.93% 0.72% -
HSV(B) 272.69º 0.54% 0.98% -
XYZ 44.49 30.21 93.93 -
YUV 153.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 189 116 250 0.24 0.54 0 0.02 272.69 0.93 0.72
Hex BD 74 FA 18 36 0 2 111 5D 48
Octal 275 164 372 30 66 0 2 421 135 110
Binary 10111101 1110100 11111010 11000 110110 0 10 100010001 1011101 1001000

Color Harmonies of #BD74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74FA

Black with #BD74FA

Text Example


Text Example

White with #BD74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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