Html Css Color HEX #BF5CCB Medium Orchid

📋 copy color: '#BF5CCB'

red 191 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #BF5CCB

Tints of Medium Orchid #BF5CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 39.3%
G = 18.93%
B = 41.77%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF5CCB (or 0xBF5CCB) is known color: Medium Orchid. HEX triplet: BF, 5C and CB. RGB value is (191,92,203). Sum of RGB (Red+Green+Blue) = 191+92+203=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CCB is #40A334. Grayscale: #858585. Windows color (decimal): -4236085 or 13327551. OLE color: 13327551.

HSL color Cylindrical-coordinate representation of color #BF5CCB: hue angle of 293.51º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5CCB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 92 203 -
CMYK 0.06 0.55 0 0.20
HSL 293.51º 0.52% 0.58% -
HSV(B) 293.51º 0.55% 0.8% -
XYZ 36.09 23.04 59.05 -
YUV 134.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 191 92 203 0.06 0.55 0 0.20 293.51 0.52 0.58
Hex BF 5C CB 6 37 0 14 126 34 3A
Octal 277 134 313 6 67 0 24 446 64 72
Binary 10111111 1011100 11001011 110 110111 0 10100 100100110 110100 111010

Color Harmonies of #BF5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CCB

Black with #BF5CCB

Text Example


Text Example

White with #BF5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CCB; }

 p { color: rgb(191,92,203); }

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

background-color css

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

 a { background-color: rgb(191,92,203); }

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

border-color css

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

 span { border-color: rgb(191,92,203); }

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