Html Css Color HEX #BF74CA Orchid

📋 copy color: '#BF74CA'

red 191 ◦ green 116 ◦ blue 202

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

Shades of Orchid #BF74CA

Tints of Orchid #BF74CA

RGB

 RED value IS 191 (75% from 255) = 37.52%

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 37.52%
G = 22.79%
B = 39.69%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF74CA (or 0xBF74CA) is known color: Orchid. HEX triplet: BF, 74 and CA. RGB value is (191,116,202). Sum of RGB (Red+Green+Blue) = 191+116+202=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74CA is #408B35. Grayscale: #939393. Windows color (decimal): -4229942 or 13268159. OLE color: 13268159.

HSL color Cylindrical-coordinate representation of color #BF74CA: hue angle of 292.33º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF74CA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 116 202 -
CMYK 0.05 0.43 0 0.21
HSL 292.33º 0.45% 0.62% -
HSV(B) 292.33º 0.43% 0.79% -
XYZ 38.39 27.83 59.23 -
YUV 148.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 191 116 202 0.05 0.43 0 0.21 292.33 0.45 0.62
Hex BF 74 CA 5 2B 0 15 124 2D 3E
Octal 277 164 312 5 53 0 25 444 55 76
Binary 10111111 1110100 11001010 101 101011 0 10101 100100100 101101 111110

Color Harmonies of #BF74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74CA

Black with #BF74CA

Text Example


Text Example

White with #BF74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74CA; }

 p { color: rgb(191,116,202); }

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

background-color css

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

 a { background-color: rgb(191,116,202); }

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

border-color css

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

 span { border-color: rgb(191,116,202); }

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