Html Css Color HEX #B840CF Medium Orchid

📋 copy color: '#B840CF'

red 184 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #B840CF

Tints of Medium Orchid #B840CF

RGB

 RED value IS 184 (72.27% from 255) = 40.44%

 GREEN value IS 64 (25.39% from 255) = 14.07%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 40.44%
G = 14.07%
B = 45.49%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B840CF (or 0xB840CF) is known color: Medium Orchid. HEX triplet: B8, 40 and CF. RGB value is (184,64,207). Sum of RGB (Red+Green+Blue) = 184+64+207=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B840CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840CF is #47BF30. Grayscale: #737373. Windows color (decimal): -4702001 or 13582520. OLE color: 13582520.

HSL color Cylindrical-coordinate representation of color #B840CF: hue angle of 290.35º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B840CF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 64 207 -
CMYK 0.11 0.69 0 0.19
HSL 290.35º 0.6% 0.53% -
HSV(B) 290.35º 0.69% 0.81% -
XYZ 32.86 18.36 60.84 -
YUV 116.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 184 64 207 0.11 0.69 0 0.19 290.35 0.6 0.53
Hex B8 40 CF B 45 0 13 122 3C 35
Octal 270 100 317 13 105 0 23 442 74 65
Binary 10111000 1000000 11001111 1011 1000101 0 10011 100100010 111100 110101

Color Harmonies of #B840CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840CF

Black with #B840CF

Text Example


Text Example

White with #B840CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840CF; }

 p { color: rgb(184,64,207); }

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

background-color css

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

 a { background-color: rgb(184,64,207); }

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

border-color css

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

 span { border-color: rgb(184,64,207); }

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