Html Css Color HEX #B845CF Medium Orchid

📋 copy color: '#B845CF'

red 184 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #B845CF

Tints of Medium Orchid #B845CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15%

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

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B845CF (or 0xB845CF) is known color: Medium Orchid. HEX triplet: B8, 45 and CF. RGB value is (184,69,207). Sum of RGB (Red+Green+Blue) = 184+69+207=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B845CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845CF is #47BA30. Grayscale: #767676. Windows color (decimal): -4700721 or 13583800. OLE color: 13583800.

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

Color convert

RGB 184 69 207 -
CMYK 0.11 0.67 0 0.19
HSL 290º 0.59% 0.54% -
HSV(B) 290º 0.67% 0.81% -
XYZ 33.16 18.95 60.94 -
YUV 119.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 184 69 207 0.11 0.67 0 0.19 290 0.59 0.54
Hex B8 45 CF B 43 0 13 122 3B 36
Octal 270 105 317 13 103 0 23 442 73 66
Binary 10111000 1000101 11001111 1011 1000011 0 10011 100100010 111011 110110

Color Harmonies of #B845CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845CF

Black with #B845CF

Text Example


Text Example

White with #B845CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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