Html Css Color HEX #B648CF Medium Orchid

📋 copy color: '#B648CF'

red 182 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #B648CF

Tints of Medium Orchid #B648CF

RGB

 RED value IS 182 (71.48% from 255) = 39.48%

 GREEN value IS 72 (28.52% from 255) = 15.62%

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

R = 39.48%
G = 15.62%
B = 44.9%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B648CF (or 0xB648CF) is known color: Medium Orchid. HEX triplet: B6, 48 and CF. RGB value is (182,72,207). Sum of RGB (Red+Green+Blue) = 182+72+207=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B648CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648CF is #49B730. Grayscale: #777777. Windows color (decimal): -4831025 or 13584566. OLE color: 13584566.

HSL color Cylindrical-coordinate representation of color #B648CF: hue angle of 288.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B648CF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 72 207 -
CMYK 0.12 0.65 0 0.19
HSL 288.89º 0.58% 0.55% -
HSV(B) 288.89º 0.65% 0.81% -
XYZ 32.87 19.08 60.98 -
YUV 120.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 182 72 207 0.12 0.65 0 0.19 288.89 0.58 0.55
Hex B6 48 CF C 41 0 13 121 3A 37
Octal 266 110 317 14 101 0 23 441 72 67
Binary 10110110 1001000 11001111 1100 1000001 0 10011 100100001 111010 110111

Color Harmonies of #B648CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648CF

Black with #B648CF

Text Example


Text Example

White with #B648CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648CF; }

 p { color: rgb(182,72,207); }

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

background-color css

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

 a { background-color: rgb(182,72,207); }

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

border-color css

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

 span { border-color: rgb(182,72,207); }

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