Html Css Color HEX #BF75CA Orchid

📋 copy color: '#BF75CA'

red 191 ◦ green 117 ◦ blue 202

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

Shades of Orchid #BF75CA

Tints of Orchid #BF75CA

RGB

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

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

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

R = 37.45%
G = 22.94%
B = 39.61%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF75CA (or 0xBF75CA) is known color: Orchid. HEX triplet: BF, 75 and CA. RGB value is (191,117,202). Sum of RGB (Red+Green+Blue) = 191+117+202=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75CA is #408A35. Grayscale: #949494. Windows color (decimal): -4229686 or 13268415. OLE color: 13268415.

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

Color convert

RGB 191 117 202 -
CMYK 0.05 0.42 0 0.21
HSL 292.24º 0.45% 0.63% -
HSV(B) 292.24º 0.42% 0.79% -
XYZ 38.51 28.06 59.26 -
YUV 148.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 191 117 202 0.05 0.42 0 0.21 292.24 0.45 0.63
Hex BF 75 CA 5 2A 0 15 124 2D 3F
Octal 277 165 312 5 52 0 25 444 55 77
Binary 10111111 1110101 11001010 101 101010 0 10101 100100100 101101 111111

Color Harmonies of #BF75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75CA

Black with #BF75CA

Text Example


Text Example

White with #BF75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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