Html Css Color HEX #B935CF Medium Orchid

📋 copy color: '#B935CF'

red 185 ◦ green 53 ◦ blue 207

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

Shades of Medium Orchid #B935CF

Tints of Medium Orchid #B935CF

RGB

 RED value IS 185 (72.66% from 255) = 41.57%

 GREEN value IS 53 (21.09% from 255) = 11.91%

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

R = 41.57%
G = 11.91%
B = 46.52%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B935CF (or 0xB935CF) is known color: Medium Orchid. HEX triplet: B9, 35 and CF. RGB value is (185,53,207). Sum of RGB (Red+Green+Blue) = 185+53+207=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #B935CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CF is #46CA30. Grayscale: #6D6D6D. Windows color (decimal): -4639281 or 13579705. OLE color: 13579705.

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

Color convert

RGB 185 53 207 -
CMYK 0.11 0.74 0 0.19
HSL 291.43º 0.62% 0.51% -
HSV(B) 291.43º 0.74% 0.81% -
XYZ 32.54 17.37 60.67 -
YUV 110.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 185 53 207 0.11 0.74 0 0.19 291.43 0.62 0.51
Hex B9 35 CF B 4A 0 13 123 3E 33
Octal 271 65 317 13 112 0 23 443 76 63
Binary 10111001 110101 11001111 1011 1001010 0 10011 100100011 111110 110011

Color Harmonies of #B935CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935CF

Black with #B935CF

Text Example


Text Example

White with #B935CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935CF; }

 p { color: rgb(185,53,207); }

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

background-color css

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

 a { background-color: rgb(185,53,207); }

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

border-color css

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

 span { border-color: rgb(185,53,207); }

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